home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TEVALFORM / TEVALFORM.txt < prev   
Text File  |  2005-03-06  |  3KB  |  137 lines

  1. object EvalForm: TEvalForm
  2.   Left = 306
  3.   Top = 185
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsNone
  6.   Caption = 'PowerArchiver 2004'
  7.   ClientHeight = 295
  8.   ClientWidth = 444
  9.   Color = clWhite
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image2: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 444
  23.     Height = 295
  24.     AutoSize = True
  25.   end
  26.   object Image3: TImage
  27.     Left = 0
  28.     Top = 0
  29.     Width = 444
  30.     Height = 295
  31.     AutoSize = True
  32.     Picture.Data = {<image000.TGIFGraphic>}
  33.   end
  34.   object Image1: TImage
  35.     Left = 206
  36.     Top = 229
  37.     Width = 229
  38.     Height = 21
  39.     AutoSize = True
  40.     Picture.Data = {<image001.bmp>}
  41.   end
  42.   object Label1: TLabel
  43.     Left = 207
  44.     Top = 211
  45.     Width = 57
  46.     Height = 13
  47.     Caption = 'Days used: '
  48.     Transparent = True
  49.   end
  50.   object Label2: TLabel
  51.     Left = 268
  52.     Top = 211
  53.     Width = 25
  54.     Height = 13
  55.     Alignment = taRightJustify
  56.     AutoSize = False
  57.     Caption = '17'
  58.     Transparent = True
  59.   end
  60.   object Label3: TLabel
  61.     Left = 297
  62.     Top = 211
  63.     Width = 52
  64.     Height = 13
  65.     Caption = '(out of 30)'
  66.     Transparent = True
  67.   end
  68.   object Label4: TLabel
  69.     Left = 16
  70.     Top = 130
  71.     Width = 241
  72.     Height = 65
  73.     AutoSize = False
  74.     Caption = 'Label4'
  75.     Transparent = True
  76.   end
  77.   object Label5: TLabel
  78.     Left = 16
  79.     Top = 130
  80.     Width = 260
  81.     Height = 65
  82.     AutoSize = False
  83.     Caption = 'Label4'
  84.     Transparent = True
  85.   end
  86.   object CorelButton2: TButton
  87.     Left = 10
  88.     Top = 260
  89.     Width = 182
  90.     Height = 25
  91.     Caption = '&Ordering Information...'
  92.     TabOrder = 1
  93.     OnClick = CorelButton2Click
  94.   end
  95.   object CorelButton5: TButton
  96.     Left = 10
  97.     Top = 227
  98.     Width = 182
  99.     Height = 25
  100.     Caption = 'Enter &Registration Code...'
  101.     TabOrder = 0
  102.     OnClick = CorelButton5Click
  103.   end
  104.   object CorelButton3: TButton
  105.     Left = 206
  106.     Top = 260
  107.     Width = 109
  108.     Height = 25
  109.     Caption = 'I &Agree'
  110.     TabOrder = 2
  111.     OnClick = CorelButton3Click
  112.   end
  113.   object CorelButton4: TButton
  114.     Left = 326
  115.     Top = 260
  116.     Width = 109
  117.     Height = 25
  118.     Caption = '&Quit'
  119.     TabOrder = 3
  120.     OnClick = CorelButton4Click
  121.   end
  122.   object ProgressBar1: TProgressBar
  123.     Left = 206
  124.     Top = 229
  125.     Width = 229
  126.     Height = 21
  127.     Max = 30
  128.     TabOrder = 4
  129.   end
  130.   object Timer1: TTimer
  131.     Enabled = False
  132.     OnTimer = Timer1Timer
  133.     Left = 7
  134.     Top = 2
  135.   end
  136. end
  137.